home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-01-18 | 535 b | 16 lines | [TEXT/CWIE] |
- /* SearchForApp.h
- * Search for an app with a given creator code. Also code to launch it.
- * Copyright ©1997 Michael D. Crawford. All Rights Reserved.
- * You may use this code on the condition that you read the following web page:
- * http://www.webcom.com/wordserv/
- * 18 Jan 97 Mike Crawford crawford@scruznet.com
- */
-
- OSErr LaunchTheApp( FSSpecPtr specPtr );
- OSErr SearchVolForBrowser( short vRef,
- Boolean *gotItPtr,
- OSType **creators,
- short numCreators,
- FSSpecPtr specPtr,
- OSType *creatorPtr );
-